home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 33 / PCGamer33_OddworldAbesExoddus_CD2.iso / Desafios / Driver Editor / DriverMission.exe / 0 / RCDATA / TFRMEDITTEXT / TFRMEDITTEXT.txt < prev   
Text File  |  1999-11-12  |  13KB  |  431 lines

  1. object frmEditText: TfrmEditText
  2.   Left = 790
  3.   Top = 422
  4.   Width = 400
  5.   Height = 509
  6.   Caption = 'Messages Manager'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object sbEditText: TStatusBar
  21.     Left = 0
  22.     Top = 463
  23.     Width = 392
  24.     Height = 19
  25.     Panels = <>
  26.     SimplePanel = True
  27.   end
  28.   object pnlEditTop: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 392
  32.     Height = 41
  33.     Align = alTop
  34.     TabOrder = 1
  35.     object lblTextBank: TLabel
  36.       Left = 8
  37.       Top = 10
  38.       Width = 111
  39.       Height = 16
  40.       Caption = 'Messages bank'
  41.     end
  42.     object sbRestSound: TSpeedButton
  43.       Left = 296
  44.       Top = 11
  45.       Width = 92
  46.       Height = 14
  47.       Hint = 'Restore this message bank to its default'
  48.       Caption = '&Restore to default'
  49.       Flat = True
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       OnClick = sbRestSoundClick
  57.     end
  58.     object cbBankText: TComboBox
  59.       Left = 128
  60.       Top = 7
  61.       Width = 145
  62.       Height = 24
  63.       ItemHeight = 16
  64.       TabOrder = 0
  65.       Text = 'cbBankText'
  66.       OnClick = cbBankTextClick
  67.     end
  68.   end
  69.   object pnlEditBot: TPanel
  70.     Left = 0
  71.     Top = 429
  72.     Width = 392
  73.     Height = 34
  74.     Align = alBottom
  75.     TabOrder = 2
  76.     object pnlEditTextRight: TPanel
  77.       Left = 217
  78.       Top = 1
  79.       Width = 174
  80.       Height = 32
  81.       Align = alRight
  82.       BevelOuter = bvNone
  83.       TabOrder = 0
  84.       object btnSave: TBitBtn
  85.         Left = 6
  86.         Top = 3
  87.         Width = 75
  88.         Height = 25
  89.         Caption = '&Save'
  90.         Font.Charset = DEFAULT_CHARSET
  91.         Font.Color = clWindowText
  92.         Font.Height = -11
  93.         Font.Name = 'MS Sans Serif'
  94.         Font.Style = []
  95.         ParentFont = False
  96.         TabOrder = 0
  97.         OnClick = btnSaveClick
  98.         Glyph.Data = {
  99.           DE010000424DDE01000000000000760000002800000024000000120000000100
  100.           0400000000006801000000000000000000001000000000000000000000000000
  101.           80000080000000808000800000008000800080800000C0C0C000808080000000
  102.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
  103.           F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
  104.           000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
  105.           338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
  106.           45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
  107.           3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
  108.           F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
  109.           000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
  110.           338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
  111.           4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
  112.           8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
  113.           333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
  114.           0000}
  115.         NumGlyphs = 2
  116.       end
  117.       object btnSelect: TBitBtn
  118.         Left = 91
  119.         Top = 3
  120.         Width = 75
  121.         Height = 25
  122.         Hint = 'Select This Message'
  123.         Caption = '&Select'
  124.         Font.Charset = DEFAULT_CHARSET
  125.         Font.Color = clWindowText
  126.         Font.Height = -11
  127.         Font.Name = 'MS Sans Serif'
  128.         Font.Style = []
  129.         ParentFont = False
  130.         TabOrder = 1
  131.         Kind = bkOK
  132.       end
  133.     end
  134.     object btnCancel: TBitBtn
  135.       Left = 16
  136.       Top = 5
  137.       Width = 75
  138.       Height = 25
  139.       Hint = 'Cancel this selection'
  140.       Caption = '&Cancel'
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clWindowText
  143.       Font.Height = -11
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = []
  146.       ParentFont = False
  147.       TabOrder = 1
  148.       OnClick = btnCancelClick
  149.       Kind = bkCancel
  150.     end
  151.     object btnUnsetText: TBitBtn
  152.       Left = 115
  153.       Top = 4
  154.       Width = 75
  155.       Height = 25
  156.       Hint = 'Select no Message'
  157.       Caption = '&No Text'
  158.       Default = True
  159.       Font.Charset = DEFAULT_CHARSET
  160.       Font.Color = clWindowText
  161.       Font.Height = -11
  162.       Font.Name = 'MS Sans Serif'
  163.       Font.Style = []
  164.       ModalResult = 6
  165.       ParentFont = False
  166.       TabOrder = 2
  167.       Glyph.Data = {
  168.         76010000424D7601000000000000760000002800000020000000100000000100
  169.         04000000000000010000130B0000130B00001000000000000000000000000000
  170.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  171.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  172.         333333333333333333333333333333333333333FFF33FF333FFF339993370733
  173.         999333777FF37FF377733339993000399933333777F777F77733333399970799
  174.         93333333777F7377733333333999399933333333377737773333333333990993
  175.         3333333333737F73333333333331013333333333333777FF3333333333910193
  176.         333333333337773FF3333333399000993333333337377737FF33333399900099
  177.         93333333773777377FF333399930003999333337773777F777FF339993370733
  178.         9993337773337333777333333333333333333333333333333333333333333333
  179.         3333333333333333333333333333333333333333333333333333}
  180.       NumGlyphs = 2
  181.     end
  182.   end
  183.   object pnlEditText: TPanel
  184.     Left = 0
  185.     Top = 350
  186.     Width = 392
  187.     Height = 79
  188.     Align = alBottom
  189.     BevelOuter = bvNone
  190.     TabOrder = 3
  191.     object pnlGetText: TPanel
  192.       Left = 0
  193.       Top = 34
  194.       Width = 392
  195.       Height = 45
  196.       Align = alClient
  197.       BevelOuter = bvNone
  198.       TabOrder = 0
  199.       object lblText: TLabel
  200.         Left = 10
  201.         Top = 14
  202.         Width = 39
  203.         Height = 16
  204.         Caption = 'Text :'
  205.       end
  206.       object edtText: TEdit
  207.         Left = 58
  208.         Top = 10
  209.         Width = 287
  210.         Height = 24
  211.         Hint = 'Edit this text'
  212.         TabOrder = 0
  213.         Text = 'edtText'
  214.         OnExit = edtTextExit
  215.       end
  216.       object pnlSelect: TPanel
  217.         Left = 357
  218.         Top = 0
  219.         Width = 35
  220.         Height = 45
  221.         Align = alRight
  222.         BevelOuter = bvNone
  223.         TabOrder = 1
  224.         object scApplyChanges: TSpeedButton
  225.           Left = 4
  226.           Top = 9
  227.           Width = 24
  228.           Height = 24
  229.           Hint = 'Apply this messages to the list'
  230.           Glyph.Data = {
  231.             76010000424D7601000000000000760000002800000020000000100000000100
  232.             04000000000000010000120B0000120B00001000000000000000000000000000
  233.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  234.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  235.             555555555555555555555555555555555555555555FF55555555555559055555
  236.             55555555577FF5555555555599905555555555557777F5555555555599905555
  237.             555555557777FF5555555559999905555555555777777F555555559999990555
  238.             5555557777777FF5555557990599905555555777757777F55555790555599055
  239.             55557775555777FF5555555555599905555555555557777F5555555555559905
  240.             555555555555777FF5555555555559905555555555555777FF55555555555579
  241.             05555555555555777FF5555555555557905555555555555777FF555555555555
  242.             5990555555555555577755555555555555555555555555555555}
  243.           NumGlyphs = 2
  244.           OnClick = sbSelectClick
  245.         end
  246.       end
  247.     end
  248.     object pnlSeconds: TPanel
  249.       Left = 0
  250.       Top = 0
  251.       Width = 392
  252.       Height = 34
  253.       Align = alTop
  254.       BevelOuter = bvNone
  255.       TabOrder = 1
  256.       object lblSecond: TLabel
  257.         Left = 10
  258.         Top = 12
  259.         Width = 133
  260.         Height = 16
  261.         Caption = 'Seconds in display'
  262.         Font.Charset = DEFAULT_CHARSET
  263.         Font.Color = clWindowText
  264.         Font.Height = -13
  265.         Font.Name = 'MS Sans Serif'
  266.         Font.Style = [fsBold]
  267.         ParentFont = False
  268.       end
  269.       object edtSeconds: TEdit
  270.         Left = 161
  271.         Top = 9
  272.         Width = 41
  273.         Height = 24
  274.         Hint = 'Number of seconds the message will be displayed'
  275.         TabOrder = 0
  276.         Text = '1'
  277.       end
  278.       object udSeconds: TUpDown
  279.         Left = 202
  280.         Top = 9
  281.         Width = 15
  282.         Height = 24
  283.         Associate = edtSeconds
  284.         Min = 1
  285.         Position = 1
  286.         TabOrder = 1
  287.         Wrap = False
  288.       end
  289.     end
  290.   end
  291.   object pnlMessage: TPanel
  292.     Left = 0
  293.     Top = 321
  294.     Width = 392
  295.     Height = 29
  296.     Align = alBottom
  297.     BevelOuter = bvNone
  298.     TabOrder = 4
  299.     object lblTextMessage: TLabel
  300.       Left = 11
  301.       Top = 0
  302.       Width = 375
  303.       Height = 25
  304.       AutoSize = False
  305.       Caption = 'lblTextMessage'
  306.       Font.Charset = DEFAULT_CHARSET
  307.       Font.Color = clWindowText
  308.       Font.Height = -11
  309.       Font.Name = 'MS Sans Serif'
  310.       Font.Style = [fsBold]
  311.       ParentFont = False
  312.       WordWrap = True
  313.     end
  314.   end
  315.   object pnlMessId: TPanel
  316.     Left = 0
  317.     Top = 41
  318.     Width = 392
  319.     Height = 280
  320.     Align = alClient
  321.     BevelOuter = bvNone
  322.     TabOrder = 5
  323.     object tlbText: TListBox
  324.       Left = 0
  325.       Top = 0
  326.       Width = 392
  327.       Height = 239
  328.       Hint = 'Select a message'
  329.       Align = alClient
  330.       Font.Charset = DEFAULT_CHARSET
  331.       Font.Color = clWindowText
  332.       Font.Height = -11
  333.       Font.Name = 'MS Sans Serif'
  334.       Font.Style = []
  335.       ItemHeight = 13
  336.       ParentFont = False
  337.       TabOrder = 0
  338.       OnClick = tlbTextClick
  339.     end
  340.     object pnlTextTop: TPanel
  341.       Left = 0
  342.       Top = 239
  343.       Width = 392
  344.       Height = 41
  345.       Align = alBottom
  346.       BevelOuter = bvNone
  347.       TabOrder = 1
  348.       object lblMessageId: TLabel
  349.         Left = 11
  350.         Top = 13
  351.         Width = 90
  352.         Height = 16
  353.         Caption = 'Message Id :'
  354.       end
  355.       object lblId: TLabel
  356.         Left = 115
  357.         Top = 13
  358.         Width = 13
  359.         Height = 16
  360.         Hint = 'Current Message Id'
  361.         Caption = '...'
  362.       end
  363.       object pnlAddButtonRight: TPanel
  364.         Left = 274
  365.         Top = 0
  366.         Width = 118
  367.         Height = 41
  368.         Align = alRight
  369.         BevelOuter = bvNone
  370.         TabOrder = 0
  371.         object sbAddText: TSpeedButton
  372.           Left = 46
  373.           Top = 10
  374.           Width = 24
  375.           Height = 24
  376.           Hint = 'Add a new messages in the list'
  377.           Glyph.Data = {
  378.             E6000000424DE60000000000000076000000280000000E0000000E0000000100
  379.             0400000000007000000000000000000000001000000000000000000000000000
  380.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  381.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  382.             3300333333333333330033333333333333003333300033333300333330F03333
  383.             3300333330F033333300330000F000033300330FFFFFFF033300330000F00003
  384.             3300333330F033333300333330F0333333003333300033333300333333333333
  385.             33003333333333333300}
  386.           OnClick = sbAddTextClick
  387.         end
  388.         object sbDelMessage: TSpeedButton
  389.           Left = 83
  390.           Top = 10
  391.           Width = 24
  392.           Height = 24
  393.           Hint = 'Clear this messages from the list'
  394.           Glyph.Data = {
  395.             E6000000424DE60000000000000076000000280000000E0000000E0000000100
  396.             0400000000007000000000000000000000001000000000000000000000000000
  397.             BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  398.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  399.             3300333333333333330033333333333333003333333333333300333333333333
  400.             330033333333333333003300000000003300330FFFFFFFF03300330000000000
  401.             3300333333333333330033333333333333003333333333333300333333333333
  402.             33003333333333333300}
  403.           OnClick = sbDelMessageClick
  404.         end
  405.         object sbPrevious: TSpeedButton
  406.           Left = 9
  407.           Top = 10
  408.           Width = 24
  409.           Height = 24
  410.           Hint = 'Go to my message'
  411.           Glyph.Data = {
  412.             76010000424D7601000000000000760000002800000020000000100000000100
  413.             04000000000000010000120B0000120B00001000000000000000000000000000
  414.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  415.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300000000
  416.             0000333377777777777733330FFFFFFFFFF033337F3FFF3F3FF733330F000F0F
  417.             00F033337F777373773733330FFFFFFFFFF033337F3FF3FF3FF733330F00F00F
  418.             00F033337F773773773733330FFFFFFFFFF033337FF3333FF3F7333300FFFF00
  419.             F0F03333773FF377F7373330FB00F0F0FFF0333733773737F3F7330FB0BF0FB0
  420.             F0F0337337337337373730FBFBF0FB0FFFF037F333373373333730BFBF0FB0FF
  421.             FFF037F3337337333FF700FBFBFB0FFF000077F333337FF37777E0BFBFB000FF
  422.             0FF077FF3337773F7F37EE0BFB0BFB0F0F03777FF3733F737F73EEE0BFBF00FF
  423.             00337777FFFF77FF7733EEEE0000000003337777777777777333}
  424.           NumGlyphs = 2
  425.           OnClick = sbPreviousClick
  426.         end
  427.       end
  428.     end
  429.   end
  430. end
  431.